/*
* Theme Name: Miron
* Description: Miron Theme for corporate and creative sites, responsive and clean layout.
* Author: design_mylife
* Version: 1.2
* preview url: http://designmylife.co.in/miron/index.html
*/



/* --------------------------------------------------------	*/
/*-----------------Base -----------------------------------     */
/* --------------------------------------------------------	*/
body{
    font-family: 'Open Sans', sans-serif !important;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    cursor:default;
    font-size: 14px;
	overflow-x:hidden;

}

h1,
h2,
h3,
h4,
h5,
h6{
    margin-top:0px;
    margin-bottom: 20px;
}
h1{
    font-weight: 600;
    font-size: 36px;
    margin-bottom: 0.50em;
    color:#444444;
}
h2.subtitle{
    font-weight: 300;
    color:#666;
    font-size: 19px;
    margin-bottom: 0px;
}
h2.subtitle i{
    color:#F54325;
    font-size: 2em;
}
a{
    text-decoration: none !important;
}
a.hover-color{
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
a.hover-color:hover{
    color:#F54325 !important;
}
iframe, fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
b,strong{
    font-weight: 600;
}
p{
    line-height: 23px;
}
::selection {
    background: #fefac7; /* Safari */
    color: #555555;
}
::-moz-selection {
    background: #fefac7; /* Firefox */
    color: #555555;
    outline: none;
}
/*============================================================*/
/*========= margin padding for giving spaces in rows =========*/
/*============================================================*/
.margin-btm20{
    margin-bottom: 20px;
}
.padding-60{
    padding: 60px 0px;
}
.margin-btm40{
    margin-bottom: 40px;
}
.divied-40{
    width:100%;
    height: 40px;
    clear: both;
}
.divied-60{
    width:100%;
    height: 60px;
    clear: both;
}
ul{-webkit-padding-start:0px!important;-ms-padding-start:0px!important;-moz-padding-start:0px!important; -o-padding-start:0px!important; list-style-type:none; padding:0px;
-webkit-padding-start:0px;-ms-padding-start:0px;-moz-padding-start:0px; -o-padding-start:0px;
*padding-start:0px;
+padding-start:0px;
_padding-start:0px;
*padding:0px;
+padding:0px;
_padding:0px;
*margin:0px;
+margin:0px;
_margin:0px;
}
/*============================================================*/
/*========= bootstrap overrides ==============================*/
/*============================================================*/



/*pagination*/
.pagination  li  a{
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #000;
    background-color: transparent;
    border: 1px solid #eee;
    margin-left: -1px;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.pagination li a:hover{
    color:#fff;
    background-color: #F54325;
    border-color: #F54325;
}

/*progress bar*/
.progress {
    height: 15px;
    line-height: 10px;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    background: #E9E9E9;
}
.progress-bar{
    line-height: 10px;
    background: #F54325;
    box-shadow: none;
    -webkit-box-shadow: none;
}
h3.heading-progress{
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
}
h3.heading-progress span{
    color:#F54325;
    font-weight: 400;
}
/*tabs*/

.tabs .nav-tabs {
    border-bottom: none;
}
.tabs .nav-tabs  li {
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .tabs .nav-tabs  li {
        width: 100%;
        float: none;
        margin-bottom: 2px;
    }
    .tabs .nav-tabs  li  a {
        margin-right: 0 !important;
    }
    .tabs .nav-tabs  li.active  a {
        border-bottom: 2px solid #dcdcdc !important;
    }
}
.tabs .nav-tabs  li  a {
    background: #f7f7f7;
    margin-right: 2px;
    border-left: 1px solid #f7f7f7;
    border-right: 1px solid #f7f7f7;
    border-bottom: none !important;
    border-radius: 0;
    padding: 12px 20px;
    color: #6d6d6d;
    position: relative;
}
.tabs .nav-tabs  li  a:after {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    height: 3px;
}
.tabs .nav-tabs  li  a:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 1px;
}
.tabs .nav-tabs  li  a:hover {
    border-color: #f7f7f7;
}
.tabs .nav-tabs > li > a .fa {
    margin-right: 4px;
}
.tabs .nav-tabs  li.active  a {
    color:#F54325;
    border-left-color: #eee;
    border-right-color: #eee;
    background: #fff;
}
.tabs .nav-tabs  li.active  a:after {
    background: #F54325;
}
.tabs .nav-tabs  li.active  a:before {
    background: #fff;
}
.tabs .nav-tabs  li.active  a:hover {
    border-bottom-color: #fff;
}
.tabs .tab-content {
    padding: 15px 8px;
    border: 1px solid #eee;
    background: #fff;

}
.tab-content p{
    overflow: hidden;
}
.tabs .tab-content:before,
.tabs .tab-content:after {
    content: " ";
    display: table;
}
.tabs .tab-content:after {
    clear: both;
}
.tabs .tab-content p:last-child {
    margin-bottom: 0;
}
/*resposive audio*/
.audio{
    width:100%;
}
/*resposive video*/
.responsive-video {
    width: 100%;
    position: relative;
    padding: 0;
    padding-top: 50.25%;
}
.responsive-video iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*==================== ========*/
/*========= main menu =========*/
/*============================*/
.navbar-inverse{
    background-color: #fff;

}
.navbar{

    border-radius: 0;
    margin-bottom: 0px;
	min-height:90px;
	border-bottom:3px solid #e60012;
}


.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus{
       background:url(../Image/menuDz.png) left center no-repeat #e60012;
    color:#fff;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
      background:url(../Image/menuDz.png) left center no-repeat #e60012;
    color: #fff;
}
/*============================*/
/*======dropdowm menu=========*/
/*============================*/
.navbar .dropdown-menu {
    padding: 0;
    margin:0;
    min-width:49%;
    background-color: #222;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;


}
.navbar .dropdown-menu li a{
    color:#858585;
    border-bottom: 1px solid #ebebeb;
    font-weight: 400;
	height:50px;
    font-size: 16px;
	background:#fff;
	line-height:50px;
	font-family:"微软雅黑";
	font-weight:400;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.navbar .dropdown-menu li:last-child a{
    border-bottom: none;
}
.navbar .dropdown-menu li a:hover{
    background:#e21001!important;
    color:#fff;
}
.ion-ios7-arrow-down{ background:url(../Image/menuDz.png) center no-repeat;}


.group::after, .tabBlock-tabs::after {
  clear: both;
  content: "";
  display: table;
}

.speciali{ width:100%; float:left; margin:20px 0 0 0;}

.topLink{ float:right; margin:35px 0 0 0;}


.topnav{ display:inline-block; float:right; margin:40px 0 0 0; +margin-top:20px;}
.topnav li{ list-style:none; float:left; position: relative; z-index:999999999; }
.topnav li:hover{ background:#dedede; }
.topnav li a{ display:block; height:30px; text-indent:10px; line-height:30px; width:115px; font-size:12px;color:#585858; text-decoration:none; z-index:100;cursor:pointer; background:url(../Image/dz.png) 100px 15px no-repeat;}
.topnav li a.gs{ display:block; height:30px; text-indent:10px; line-height:30px; width:85px; font-size:12px;color:#585858; text-decoration:none; z-index:100;cursor:pointer; background:url(../Image/dz.png) 70px 15px no-repeat;}
.topnav li > a{ position:relative; }

.topnav li dl{
position:absolute;
display:block;
top:0px;
left:0;
height:0px;
width:0px;
overflow:hidden;
+z-index:99999999;

}
.topnav dl.l_dz{ width:115px!important;}
.topnav dl.l_dz dd a{ width:115px;}

.topnav li:hover dl{
top:30px;
+left:-40px;
border:1px solid #e5e5e5;
font-size:12px;
background:#fff;
display:block;
width:250px;
height:auto!important;
overflow:hidden!important;
overflow:visible;

}
.topnav li.gs:hover dl{ left:-165px; +left:-207px;  }
.topnav dl a{
background:transparent;
border:0 none;
z-index:50;
}
.topnav dl a:hover{
color:#585858;
background:#dedede;

}
.topnav dd{
margin-top:130px;
opacity:0;
width:165px;


}
.topnav dd a{
width:250px;

}
.topnav li:hover dd{
margin-top:0;
opacity:1;
}
.topnav li dd:nth-child(1){
-webkit-transition-duration: 0.1s;
-moz-transition-duration: 0.1s;
}
.topnav li dd:nth-child(2){
-webkit-transition-duration: 0.2s;
-moz-transition-duration: 0.2s;
}

.topnav dt{
display:none;

}
.topnav li:hover dt{
display:block;
}


.topSearch{ background:#fff; border:1px solid #e5e5e5; height:28px; width:300px; float:right; clear:both;}
.topInput{ border:none!important; height:25px; line-height:25px; float:left; width:270px; +width:210px; +margin:0px; font-size:12px; text-indent:10px; color:#666666;}
.topBut{ float:right; margin:0; width:25px; height:26px; border:none;}

.video{ width:577px; float:right; height:425px; overflow:hidden;}
.videoCon{ text-align:center; width:600px; margin:20px auto;}
@media (max-width:768px) {
.topnav,.topSearch,.topnav ul li.gs,.topnav ul li{ display:none!important;}
}

.course{ width:100%; float:left; margin:0 0 50px 0;}
.courseTitle{ margin:15px 0; width:100%; background:url(../Image/ks.png) center no-repeat; height:209px;}
.course li{ background:url(../Image/courseLi.png) right no-repeat; height:128px; width:1044px; margin:10px 0 10px 50px; font-family:"微软雅黑"; float:left;}
.course li span{ width:110px; height:128px; display:block; background:url(../Image/courseDz.png) center center no-repeat; line-height:128px; text-align:center; color:#fff; font-weight:bold; font-family:"微软雅黑"; font-size:34px; float:left;}
.courseCon{ float:left; height:128px; margin:0 0 0 95px;}
.courseCon h3{ display:block; color:#e60011; font-size:34px; font-weight:bold; padding:25px 0 5px 0; margin:0px;}
.courseCon small{ display:block; width:100%; font-size:20px; color:#666666;}

.coursePic{ float:right; margin:15px 55px 0 0;}

.member{ width:100%; margin:25px 0 0 0;}
.member li{ width:550px; height:195px; float:left; margin:0 50px 0 0;}
.member li:nth-child(2){ float:right; margin:0px;}
.member li:nth-child(4){ float:right; margin:0px;}
.member li:nth-child(6){ float:right; margin:0px;}
.memberTitle{ min-height:35px; width:100%; overflow:hidden; border-bottom:1px solid #e5e5e5;}
.memberTitle a{ color:#3b3b3b; font-size:18px; font-weight:bold; font-family:"微软雅黑"; line-height:25px; float:left; display:block;}
.memberTitle a.dz{ background:url(../Image/newsMore.jpg) left no-repeat; text-indent:15px; color:#d52d2c; font-size:10px; float:right;}
.memberTitle a:hover{ color:#e60012;}

.memberCon{ padding:15px 0; line-height:30px; color:#666666;}
.memberCon p{ display:block;  background:url(../Image/memberDz.jpg) left no-repeat; line-height:30px; text-indent:25px;}


.pro{ width:100%; margin:25px 0 0 0;}
.proCon{ background:url(../Image/proli.jpg) bottom repeat-x; height:auto!important; overflow:hidden!important; overflow:visible;  padding:0 0 50px 0; margin:0 0 50px 0;}
.proList{ background:#f2f2f2; width:299px; float:left;}
.proTitle{ background:#e60012; height:95px; padding:15px 0 0 0;}
.proTitle span{ font-size:28px; font-weight:bold; color:#fff; font-family:"微软雅黑"; display:block;  text-align:center; width:100%;}
.proTitle small{ font-size:14px; display:block; text-align:center; color:#fff; font-size:14px;}
.proDetail{ background:#f2f2f2; border:1px solid #e5e5e5; height:755px;}
.proDetail ul{ padding-top:35px; margin:0 0 0 35px; list-style-type:none; float:left;}
.proDetail li{ height:35px; width:100%; background:url(../Image/proDz.png) left no-repeat; text-indent:20px;}
.proDetail li a{ line-height:35px; width:100%; display:block; transition: all 0.2s linear 0s; font-size:16px; font-family:"微软雅黑"; color:#3b3b3b;}
.proDetail li a:hover{  color:#e60416;}

.product{ width:880px; float:right;}
.product li{ width:280px; height:415px; overflow:hidden; border:1px solid #e5e5e5; float:left; margin:0 13px 20px 0; margin-right:5px\9; display:inline;}



.product li p,.productSearch li p{ width:100%; display:block; font-size:20px; font-family:"微软雅黑"; color:#3b3b3b; line-height:35px; margin:25px 0 0 0; text-align:center;}
.productIntro{ height:25px; line-height:25px; text-align:center; margin:40px 0 0 0; color:#3b3b3b;}
.productIntro a{ color:#3b3b3b; font-size:14px; margin:0 15px;}
.productIntro a:hover{ color:#e9464e;}

.productSearch{ width:100%; float:left; clear:both;}
.productSearch li{ width:280px; height:415px; overflow:hidden; border:1px solid #e5e5e5; float:left; margin:0 20px 20px 0; display:inline;}


.proInfo{ width:100%; margin:15px 0 0 0;}
.proInfoPic{ width:500px; height:420px; float:left;}
.proInfoCon{ width:650px; float:right; font-family:"微软雅黑";}
.proInfoCon h3{ color:#000000; display:block; font-size:20px;  width:100%; font-weight:bold;}
.proInfoCon span{ width:100%; display:block; color:#313131; font-size:16px; margin:10px 0;}
.proInfoCon p.description{ line-height:25px; height:190px; font-size:16px; color:#313131; width:100%; display:block;}

.contentn{ padding:25px; float:left; font-size:16px; }
.proPage{ float:right;}

.proPage a{ width:150px; float:left; margin:0 1px 0 0; height:50px; display:block; line-height:50px!important; background:#515151!important; text-align:center; font-size:16px; font-family:"微软雅黑"; color:#fff; }
.proPage a:hover{ background:#e21001!important;}
/***********************banner***************************/
.banner{height:738px;}
.banner .ban_c img{position:absolute;width:100%;top:0;}
.banner .ban_nav{display:none;}
.banner .Left,.banner .Right{position:absolute;width:38px;height:38px;background:url(../Image/cir_white.png) no-repeat;right:50%;bottom:195px;}
.banner .Left{ margin-right:-270px; background-position:5px 0}
.banner .Right{margin-right:-580px;background-position:-33px 0;}
.bann_ext{position:relative;}
.frontCover{position:absolute;top:-220px;right:-40px;padding:0 0 16px; +right:-55px;}
.frontCover li{float:left;width:62px;padding:3px; margin:0 1px; background:#fff;color:#fff;  cursor:pointer;}
.frontCover li.open span{ display:block;}
.frontCover li div span{ position:absolute; font-size:16px; top:-40px; left:10px; color:#fff;  z-index:99990000000000; display:none;}
.frontCover .img{position:relative;height:2px;}
.frontCover img{position:absolute;width:0px; background:#e67700;height:0px;left:-50px;}
.frontCover .open{background:#e67700;}
.wrap{width:980px;margin-left:auto;margin-right:auto;}
/*幻灯片(组件)*/
.slide{position:relative;width:100%;}
.ban_c{display:none;position:absolute;left:0;top:0;width:100%;}
.ban_c img{width:100%;}

.ban_t{position:absolute;left:0;bottom:0;width:100%;padding:4px 0;text-indent:10px;white-space:nowrap;color:#fff;background:rgba(0,0,0,.5);filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#88000000,endcolorstr=#88000000);z-index:3;}
.ban_nav{position:absolute;bottom:0;left:0;width:100%;text-align:right;z-index:4;}
.ban_nav a{display:inline-block;vertical-align:middle;width:14px;height:14px;line-height:14px;text-align:center;margin-right:8px;cursor:pointer;text-decoration:none;font-size:10px;-webkit-text-size-adjust:none;background:#ccc;}
.ban_nav .on{background:#f90;color:#fff;}
.Left,.Right{cursor:pointer;}

@media screen and (max-width: 1002px) {

.banner{ width:100%; min-height:210px; height:auto!important; overflow:hidden!important; overflow:visible;}
.banner .ban_nav{display:none;}
.banner .Left,.banner .Right{ display:none;}
.bann_ext{position:relative;}
.frontCover{position:absolute; width:260px; top:-50px;left:30px;padding:0 0 16px; }
.frontCover li{float:left;width:62px;padding:3px; margin:0 1px; background:#fff;color:#fff;  cursor:pointer;}
.frontCover li.open span{ display:block;}
.frontCover li div span{ position:absolute; font-size:16px; top:-40px; left:10px; color:#fff;  z-index:99990000000000; display:none;}
.wrap{width:100%;}
}


@media screen and (min-width: 700px) {
  body {
    font-size: 137.5%;
  }
}

.unstyledList, .tabBlock-tabs {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tabBlock {
  margin: 0 0 2.5rem;
}

.tabBlock-tab {
  background-color: white;
  border-color: #fafafa;
  border-left-style: solid;
  border-top: solid;
  border-width: 2px;
  color: #484848;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  float: left;
  padding: 0.625rem 1.25rem;
  position: relative;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}
.tabBlock-tab:last-of-type {
  border-right-style: solid;
}
.tabBlock-tab::before, .tabBlock-tab::after {
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}
.tabBlock-tab::before {
  background-color: #f3f3f3;
  left: -2px;
  right: -2px;
  top: -2px;
}
.tabBlock-tab::after {
  background-color: transparent;
  bottom: -2px;
  left: 0;
  right: 0;
}
 .tabBlock-tab {
    width:50%;
	text-align:center; height:60px; line-height:50px; text-align:center;
	font-size:24px;
  }
@media screen and (min-width: 700px) {
  .tabBlock-tab {
    width:50%;
	text-align:center; height:60px; line-height:50px; text-align:center;
	font-size:24px;
  }
}
.tabBlock-tab.is-active {
  position: relative;
  width:50%;
  color: #e21001;
  z-index: 1;
  font-size:24px;
}
.tabBlock-tab.is-active::before {
  background-color: #e21001;
}
.tabBlock-tab.is-active::after {
  background-color: white;
}

.tabBlock-content {
  background-color: white;
  border: 1px solid #f3f3f3;
  padding: 4.25rem;
  min-height:400px;
  font-size:14px;
  line-height:30px;
  color:#282828;
  font-family:"微软雅黑";
}
.tabBlock-pane > :last-child {
  margin-bottom: 0;
}


@media (min-width: 768px){
	.navbar-nav{ margin:10px 0 0 0; width:100%;}
	.navbar-nav > li > a {font-size: 16px; color:#000; font-family:"微软雅黑"; font-weight:500; line-height:30px; transition: all 0.5s linear 0s; width:100%; text-align:center; height:50px; }
	.navbar-nav li{ width:147px; float:left;}

	.navbar-nav li a:hover{ background:#e60012;}
	.navbar-nav li a.js-activated:hover{ background:url(../Image/menuDz.png) left center no-repeat #e60012; }

.navbar-brand{  color:#fff !important; float: left ; font-weight: 700;  font-size: 35px;  text-transform: uppercase;}
.navbar-brand img{   margin-top:25px;}

.headerText{ font-size:26px; color:#e60012; font-weight:bolder; font-family:"微软雅黑"; float:left; margin:45px 0 0 10px; +margin-top:25px;}

}


.R_jobs{ width:100%;}
.R_jobs ul{ list-style:none;}
.R_jobs li{ padding:20px 0; width:100%; margin:20px 0; background:#fafafa; height:auto!important; overflow:hidden!important; overflow:visible;}
.R_jobs li span{ line-height:45px; display:block; width:170px; text-align:center; display:block; font-size:22px; font-weight:bold; color:#3d3d3d; font-family:"微软雅黑"; float:left;}
.R_jobs li.first{ border-bottom:1px solid #ffac13;}
.R_jobs li.second{ border-bottom:1px solid #2196f3;}
.R_jobs li.third{ border-bottom:1px solid #e53935;}
.R_jobs li p{ line-height:25px; color:#b4b4b4; font-size:12px; width:80%; font-family:"宋体"; float:left; margin:0 0 0 20px;}


/******************招聘信息*********************/
.bellows {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
		   float:left; margin:10px 0 0 0;
		   width:100%;
		   }

.bellows__header {
  position: relative;
  padding: 15px 20px;
  border: 1px solid #9fa0a0;
  border-width: 0 0 1px;
  background: #d6d6d6;
  font-weight:bolder;
  color:#3e3a39;
  -webkit-tap-highlight-color: transparent; }
  .bellows__header:active {
    background: #ececec; }
  .bellows__header::before, .bellows__header::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    z-index: 2;
    display: block;
    width: 16px;
    height: 4px;
    margin-top: -2px;
    background:#9fa0a0;
    pointer-events: none;
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
            transition: transform 0.25s ease-in-out; }
  .bellows__header::before {
    content: '';
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg); }
  .bellows__header::after {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
  .bellows__item.bellows--is-open > .bellows__header::before, .bellows__item.bellows--is-opening > .bellows__header::before {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .bellows__item.bellows--is-open > .bellows__header::after, .bellows__item.bellows--is-opening > .bellows__header::after {
    -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
            transform: rotate(360deg); }
  .bellows__item:last-child > .bellows__header {
    border-bottom: 0; }
  .bellows__header h1,
  .bellows__header h2,
  .bellows__header h3,
  .bellows__header h4 {
    margin: 0; }

.bellows__content {
  padding: 20px;
  border: 1px solid #ecf0f1; }
  .bellows__content .bellows {
    margin-top: 20px; }

	.bellows__item:not(.bellows--is-open) > .bellows__content {
  display: none; }

.bellows__item.bellows--is-open > .bellows__content-wrapper,
.bellows__item.bellows--is-closing > .bellows__content-wrapper {
  display: none; }

.bellows__content-wrapper {
  display: block; }
.bellows p {
    margin: 0;
}

p{
    margin-bottom: 10px;
}
.jobTitle{ width:100%; height:30px;}
.jobTitle a{ width:150px; height:30px; display:block; color:#fff; float:right; margin:0 15px 0 0; text-align:center; line-height:30px; background:#e60012;}

.sy2_ul li.product a.proLb{ width:100%; line-height:25px; display:block; line-height:25px; color:#000;}
.sy2_ul li.product a.proLb:hover{ width:100%; line-height:25px; display:block; line-height:25px; color:#e50211;}


/*==================== ========*/
/*========= main menu option 2 with white backgorund =========*/
/*============================*/
.navbar-default{
    background-color: #fff;
    box-shadow:0px 0px 8px #999;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background:url(../Image/menuDz.png) left center no-repeat #e60012;

}
.navbar-default .navbar-nav > .open > a,.navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{
      background:url(../Image/menuDz.png) left center no-repeat #e60012;
    color:#fff;
}
/*==================== ========*/
/*========= main flex slider =========*/
/*============================*/
#main-slider-bg{
    background:#dfdfdf;
    position: relative;
    height:738px;
    background-size: cover;
	top:165px;
    -webkit-background-size: cover;
}
.slider-overlay{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;

}

.slider-main .flex-control-paging li a {
    background: #fff !important;
}
.slider-main .flex-control-paging li a.flex-active {
    background: #F54325 !important;
}
.slider-main .flex-control-nav {
    width: 100%;
    position: absolute;
    text-align: center;
    bottom: 0px !important;
    position: relative;
    margin-top: 80px;
}

.slider-heading{
    color:#fff;
    font-weight: 300;
    font-size: 4em;
    margin-top: 70px;
    margin-bottom: 30px;
}
.slider-desc{
    color:#f0f0f0;
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 14px;
}


/*==================== ========*/
/*========= responsive css for 768px that work in all divices =========*/
/*============================*/

@media(max-width:767px){

	.proPage a:first-child{ margin:20px 10px 0 0;}
    /*for slider text*/
    .slider-heading{
        font-size: 2.9em;
        margin-top: 10px;
    }
    .navbar-brand{
        padding-top: 15px;
    }
    #page-tree{
        padding-top: 70px !important;
    }

}


/*==================== ========*/
/*========= buttons css =========*/
/*============================*/
.btn{
    font-weight: 400;
    font-size: 13px;
    text-shadow: none;
    text-transform: uppercase;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    letter-spacing: 1px;
}
/*button white for colored background*/
.btn-white{
    background-color: transparent;
    color:#fff;
    border-radius: 0;
    border:1px solid #fff;
}
.btn-white:hover{
    background-color: #fff;
    color:#222;
}

.btn-theme{
    background-color: transparent;
    color:#F54325;
    border-radius: 0;
    border:1px solid #F54325;
}
.btn-theme:hover{
    background-color: #F54325;
    color:#fff;
}
.btn-dark{
    background-color: #555;
    color:#fff;
    border:1px solid #555;
}
.btn-dark:hover{
    background-color: #F54325;
    border-color: #F54325;
    color:#fff;
}
.btn-lg{
    padding: 14px 28px;
}
/*============================*/
/*========= Social icons =========*/
.social li a i{
    width:30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    text-align: center;
    margin-bottom: 9px;
    font-size: 19px;
    color:#222;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.social li a i:hover{
    color:#fff;
    background-color:#F54325;
}
/*============================*/
/*============================*/
/*========= Services =========*/
/*============================*/

.services-box{
    padding-top: 25px;
    padding-bottom: 15px;
    padding-left: 12px;
    padding-right: 12px;
    background: #fff;
    text-align: center;

}
.services-box h3{
    margin-bottom:10px;
    margin-top: 15px;
    font-size: 19px;
}
.services-box i{
    font-size: 39px;
    color:#F54325;
}
.services-box p{
    margin-bottom: 0px;
}
/*services option 2*/
.services-box-2{
    text-align: center;
}
.services-box-2 i{
    font-size: 34px;
}
.services-box-2 h3{
    margin: 13px 0px;
    font-size: 20px;
}

.list-services li i{
    margin-right: 10px;
    font-size: 18px;
}
.list-services li{
    font-size: 16px;
    padding: 5px 0px;
}
/*==================== ========*/
/*========= Sections =========*/
/*============================*/
#recent-work{
    background: #fff;
}
#about-colored{
    background-color: rgb(255, 221, 0);
    background-attachment: scroll;
    background-position: 50% -1115px;
}
#testimonials{
    background-color: #F54325;

}
#page-tree{
    padding-top: 120px;
    padding-bottom: 25px;
    background-color: rgb(255, 221, 0);
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);

}
#hightlight-sec{
    background:url('../img/highlight-bg1.html')no-repeat center scroll;

}

#hightlight-sec h1{
    margin-top: 100px;
    color:#fff;
}
#hightlight-sec-2{
    background:url('../img/highlight-bg2.html')no-repeat center scroll;

}
#hightlight-sec-2 h1{
    margin-top: 100px;
    color:#fff;
    text-transform: uppercase;
    font-size: 40px;
}
#home-contact{
    background-color: #f7f7f7;
}
/*==================== ========*/
/*========= Portflio =========*/
/*============================*/

#grid .mix{
    display: none;
    opacity: 0;
}
.portfolio-filters{
    margin-bottom: 30px;
    list-style-type: none;
}
.portfolio-filters{
    margin-left: 0px;
    width:100%;
    padding-left: 0px;
}
.portfolio-filters li{
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    margin-right: 8px;
    margin-bottom: 5px;
    background-color:#eee;
    color:#222;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

}
.portfolio-filters li:hover{
    background-color: #F54325;
    color:#fff;
}
.portfolio-filters li.active{
    color:#fff;
    background-color: #F54325;
}
.port-single-desc strong{
    font-weight: 700;
    color:#555;
}
.port-single-desc{
    margin-bottom: 10px !important;
    padding: 10px 20px !important;
}
.port-single-desc p{
    margin: 0px;
}
.port-single-desc a{
    display: block;
}
/*portflio no margin no padding*/
.portfolio-no-margin{
    margin: 0px;
    padding: 0px;
    margin-bottom: 0px !important;
}
/*=========================================================*/
/*========= Portflio and blog image hover overlay =========*/
/*=========================================================*/
.portfolio-item{
    margin-bottom: 20px;
}
.image-sec{
    position: relative;
}
.image-overlay {
    position: absolute;
    text-align: center;
    background:rgba(245, 67, 37, 0.8);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.image-overlay p{
    position: absolute;
    top: 50%;
    color:#fff;
    margin-top:-10px;
    width: 100%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.image-overlay p i{
    font-size: 44px;
    color:#fff;
}
.image-sec:hover .image-overlay{
    opacity: 1;
}

/*=========================================================*/
/*========= blog =========*/
/*=========================================================*/
.blog-desc{
    padding:20px;
    background: #fff;
}
.blog-desc h3{
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: 700;
}
.blog-desc h3 a{
    text-decoration: none;
    color:#333;
}
/*blog pages*/
.blog-items{
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.blog-items img{
    width:100%;
    height: 400px;
}
.blog-items h1{
    margin: 20px 0px;
    font-size: 25px;
}
.blog-items h1 a{
    margin: 20px 0px;
    color:#444;
}
.blog-post-list{
    margin: 20px 0px;
}
.blog-post-list li{
    color:#444;
}
.blog-post-list li a{
    color:#444;
}
.blog-post-more{
    margin-top: 20px;
}
/*blog grid*/
.blog-grid-box{
    padding: 15px;
    background: #fff;
    box-shadow: 0px 1px 3px #999;
}
.blog-grid-desc{
    padding-top: 15px;
}
.blog-grid-desc h4{
    margin-bottom: 12px;
}
.blog-grid-desc h4 a{
    color:#555;
}
.blog-grid-meta{
    margin: 13px 0px;
}
.blog-grid-meta span{
    margin-right:2px;
}
.blog-grid-meta span a{
    font-size: 12px;
    font-weight: 400;
    color:#555;
}
.blog-grid-desc p{
    color:#555;
}
.more-button{
    margin-top: 15px;
}
.blog-grid-btm{
    padding: 5px 0px;
    border-top: 1px solid #eee;
}
.blog-grid-btm h3{
    margin-bottom: 0px;
}
.blog-grid-btm h3 span a{
    font-size: 14px;
    display: inline-block;
    color:#555;
}
.blog-grid-btm h3 span a i{
    margin-right: 5px;
}
.comment {
    padding: 10px;
    background: #fff;
    box-shadow: 0px 1px 2px #999;
    -webkit-box-shadow: 0px 1px 2px #999;
}
.comment i {
    float: left;
    margin-right: 20px;
    font-size: 24px;
    line-height: 50px;
    width: 50px;
    text-align: center;
    color: #555;
    background: #f7f7f7;
    border-radius: 2px;
    -webkit-border-radius: 2px;
}
.comment h4{
    margin-bottom: 10px;
}
.comment span{
    font-size: 14px;
}
.comment p{
    overflow: hidden;
}

/*==================== ========*/
/*========= Testimoials =========*/
/*============================*/


#testimonials h1{
    color:#fff;

}
#testimonials h2.subtitle i{
    color:#fff;
}
#testimonials .testi-text{
    color:#fff;
    font-weight: 300;
    font-size: 23px;
    line-height: 30px;

}
#testimonials .testi-person{
    color:#fff;
    display: block;
    font-weight: 700;
    margin-bottom: 30px;
}
#testimonials .flex-control-nav{
    position: relative;
    bottom: 0;
    margin-top: 20px;
}

/*==================== ========*/
/*========= breadcrumbs overrides =========*/
/*============================*/
#page-tree h1{
    margin: 0px;
    font-weight: 300;
}
#page-tree .breadcrumb{
margin-bottom: 0;
margin-top: 13px;
padding: 0px 0;
background: transparent;
}
#page-tree .breadcrumb li a{
    color:#000;
}
#page-tree .breadcrumb li i:before{
    color:#000 !important;
}
#page-tree .breadcrumb li.active a{
    color:#F54325;
}
/*==================== ========*/
/*========= footers =========*/
/*============================*/

/*footers default*/
.footer-column h3{
    color:#ddd;
    font-size: 20px;
    font-weight: 300;
}
.post-list li a{
    padding: 11px 0px;
    border-bottom: 1px solid #505152;
    display: block;
    color:#8C8989;
    font-size: 12px;
    font-weight: 400;
}
.work-list li {
    display: inline-block;
    margin: 0 10px 10px 0;
}
.work-list li a img{
    width:53px;
    height: 40px;
    padding: 3px;
    border:1px solid #505152;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.work-list li a img:hover{
    border-color: #F54325;
}
.contact-list li{
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
}
.contact-list li i{
    color:#F54325;
    font-size: 15px;
    position: absolute;
    top: 5px;
    left: 0;
}
.contact-list li strong{
    font-size: 14px;
}


/*==================== ========*/
/*========= footer option 2 =========*/
/*============================*/
#footer-option{
    background: none repeat scroll 0% 0% #363839;
    color: #8C8989;
}
#footer-option h3{
    font-weight: 300;
}
#footer-copyright{
    padding: 20px 0px;
    background-color: #444444;
}
#footer-copyright span{
    color:#8C8989;
}
#footer-option .form-control{
    height: 32px;
}
/*==================== ========*/
/*========= sidebar =========*/
/*============================*/
.sidebarbox-title{
    margin-bottom: 15px;
    font-size: 19px;
    font-weight: 400;
    border-bottom: 1px solid #eee;
    line-height: 30px;
    color:#000;
    text-transform: uppercase;
}
.sidebar-box{
    background-color: #fff;
    color: #666;
    margin-bottom: 30px;
}
.sidebar-box .form-control{
    height: 32px;
}
.cat-list li{
    padding: 5px 0px;
    border-bottom: 1px solid #ddd;
}
.cat-list li a{
    display: block;
    color:#505152;
    font-weight: 400;
    font-size: 14px;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.cat-list li a:hover{
    color:#F54325;
}
.sidebar-box .work-list{
    margin-bottom: 0px;
}
.sidebar-box .work-list li{
    margin:0px;
}
.sidebar-box .work-list li a img{
    width:60px;
    margin-top: 5px;
}
.taglist a{
    padding: 3px 8px;
    color:#fff;
    background: #555;
    margin: 3px;
    display: inline-block;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    font-size: 14px;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.taglist a:hover{
    background: #F54325;
}



/*==================== ========*/
/*========= error page =========*/
/*============================*/
.error-page h2{
    font-weight: 300;
    font-size: 120px;
}



/*==================== ========*/
/*========= Pricing tabels =========*/
/*============================*/

.price-box{
    padding:25px 0px;
    background-color: #fff;
    text-align: center;
    overflow: hidden;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0px 1px 2px #999;
    -webkit-box-shadow: 0px 1px 2px #999;
}
.price-box h3{
    font-size: 35px;
}
.price-box h3 small{
    font-size: 13px;margin-left: 5px;
}
.pricing-head{
    margin: 0px;
    padding: 20px 0px;
    background: #555;
    color:#fff;
}
.price-desc{
    margin-top: 25px;
    margin-bottom: 25px;
}
.price-desc p{
    padding: 10px 0px;
    display: block;
    border-bottom: 1px solid #eee;
    margin: 0px;
}
.price-box-popular .pricing-head{
    background-color: #F54325;
}


/*==================== ========*/
/*========= team =========*/
/*============================*/
.person-desc{
    padding: 20px 15px;
    background-color: #fff;

}
.person-desc h4{
    font-weight: 700;
    margin-bottom: 10px;
}
.person-desc h4 small{
    font-size: 12px;
    margin-left: 12px;
}
.person-desc .social{
    margin-bottom: 0px;
    margin-top: 15px;
}





/*==================== ========*/
/*========= Forms =========*/
/*============================*/
.form-box{
    padding: 15px;
    background: #fff;
    box-shadow: 0px 1px 2px #999;
    -webkit-box-shadow: 0px 1px 2px #999;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.form-control{
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    padding: 0 10px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 25px;
    color: #7a7a7a;
    border: 1px solid #dadada;
    resize: none;
    vertical-align: middle;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #FFF;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.form-control:focus{
    border: 1px solid #b3b3b3;
    background: #FFF;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/*shortcodes typography css*/
.colored-bg{
    width:100%;
    padding: 15px;
    background-color: #F54325;
}
.lead{
    font-weight: 300;
}



/*****************google map*********************/

#map-canvas{
    width:100%;
    height: 400px;
}



/**********************发展历程css************************/
#wrapper {
	width:100%;
	margin: 0 auto;
	margin-top: 100px;
}
.fz{
	width:100%;
	margin: 0 auto;
	margin-bottom: 40px;
}

.fz li{
	float: left;
	margin-right: 2px;
	margin-bottom: 2px;
}

.fz li a {
	display: block;
	padding: 17px 15px;
	background: #dcdcdc;
	text-decoration: none;
	color: #8478B3;
}

#tabs_fz li a:hover,#tabs2_fz li a:hover,#tabs3_fz li a:hover,#tabs4_fz li a:hover,#tabs5_fz li a:hover {
	background: rgb(78, 74, 99);
}

#tabs_container {
	padding: 40px;
	overflow: hidden;
	position: relative;
	background: white;
	min-height:500px;
}

#tabs_container div {
	margin-right: 40px;
}

.transition {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;

	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;
}

.make_transist {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.hidescale {
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	filter: alpha(opacity=0);
	opacity: 0;
}

.showscale {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;

	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;
}

.hideleft {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}

.showleft {
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-o-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;

	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;
}

.hidescaleup {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}

.showscaleup {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;

	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;
}

.hideflip {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;

	-webkit-transform: rotatey(-90deg) scale(1.1);
	-moz-transform: rotatey(-90deg) scale(1.1);
	-o-transform: rotatey(-90deg) scale(1.1);
	-ms-transform: rotatey(-90deg) scale(1.1);
	transform: rotatey(-90deg) scale(1.1);

	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.showflip {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;

	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;

	-webkit-transform: rotatey(0deg) scale(1);
	-moz-transform: rotatey(0deg) scale(1);
	-o-transform: rotatey(0deg) scale(1);
	-ms-transform: rotatey(0deg) scale(1);
	transform: rotatey(0deg) scale(1);

	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.tabulous_active {
	background:#e60011 !important;
	color: #fff !important;
}

.tabulousclear {
	display: block;
	clear: both;
}






